.registrationBtn {

	align-items: center;
	background: green;
	border-radius: 0.75em;
	box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.3);
	color: white;
	display: flex;
	font-family: 'Marcellus SC', serif;
	font-size: 125%;
	height: 3em;
	justify-content: center;
	margin-bottom: 1.5em;
	margin-left: 33.3%;
	margin-top: 1.5em;
	opacity: 80%;
	width: 33.3%;

}

.registrationBtn:hover {

	box-shadow: none;
	cursor: pointer;
	
}

@media screen and (max-width : 980px) and (orientation: portrait) {
	
	.registrationBtn {
		
		margin-left: 25%;
		width: 50%;
		
	}
	
}
